projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1106624
)
Remove unused xend_domain_device.
author
emellor@ewan
<emellor@ewan>
Wed, 28 Sep 2005 15:59:34 +0000
(16:59 +0100)
committer
emellor@ewan
<emellor@ewan>
Wed, 28 Sep 2005 15:59:34 +0000
(16:59 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendClient.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendClient.py
b/tools/python/xen/xend/XendClient.py
index 4a78e8ab27ed72ab472e5b0cb9e1bd1599c7404a..e0b4babc49230fc5bd39cbc9fcc5e9ca118cd0d5 100644
(file)
--- a/
tools/python/xen/xend/XendClient.py
+++ b/
tools/python/xen/xend/XendClient.py
@@
-302,12
+302,6
@@
class Xend:
{'op' : 'devices',
'type' : type })
- def xend_domain_device(self, id, type, idx):
- return self.xendPost(self.domainurl(id),
- {'op' : 'device',
- 'type' : type,
- 'idx' : idx })
-
def xend_domain_device_create(self, id, config):
return self.xendPost(self.domainurl(id),
{'op' : 'device_create',